Should be simple. Just need a Reg Expression that would find non-numeric data in a string.
For example
Column A
129.00 -> Valid. Decimal is OK
ABC -> Invalid
A23 --> Invalid
34 --> Valid
9/22 --> Invalid because of Slash
12&3 --> Invalid because of &
300-AB --> Invalid because of DASH and Alpha Chars