I want to determine if a value is integer (like TryParse in .NET). Unfortunatelly ISNUMERIC does not fit me because I want to parse only integers a
TryParse
ISNUMERIC
Case When (LNSEQNBR / 16384)%1 = 0 then 1 else 0 end