In terms of x compared to y.
In this case I would use COALESCE ( which provides more levels than ISNULL) rather than the CASE stement.
COALESCE
ISNULL
CASE
The CASE statement seems a bit bulky here, seeing as you are only checking for NULLs anyway.
NULL