Boolean = IsByte ( Expression )
Boolean = Byte? ( Expression )
Return if an expression is a byte integer.
PRINT IsByte(1) FALSE
PRINT IsByte(CByte(1)) TRUE