ExactNumberQ

WMA link


ExactNumberQ[expr]

returns True if expr is an exact real or complex number, and returns
False otherwise.

ExactNumber[] of a Real or MachineReal is False

ExactNumberQ for complex numbers:

but not when composed with a Real:

ExactNumber[] is True for Rational numbers:

EvenQ
InexactNumberQ