SQL is detecting that the following string ISNUMERIC:
ISNUMERIC
\'07213E71\'
I believe this is because the \'E\' is being classed as a mathmatical symbol.
To nitpick: This is a whole integer. It is equivalent to 7213 * 10 ^ 71.
7213 * 10 ^ 71