isObject(%this); is sort of the equivalent of checking if %this >= 1
If %this is a number that doesn't correspond to an object, isObject returns false and the latter returns true.
If %this is a number that corresponds to an object, both checks return true.