Converting to numeric requires defining a new variable, but the code is simple:
newvar = input(oldvar, ??5.);
The question marks suppress messages about invalid data that would have been generated when encountering letters. The new variable will have a missing value for those observations that can't be converted.
Good luck.