SQL ISNUMERIC DB2

select *      from yourtable                  
 where REGEXP_LIKE(trim(yourzone) , '^\d+$')
Fragile Flamingo