User Activity

Is there a formula that can be used to convert list of String variables to a list of integers ?  I/P is ["1","100","50", "4"] O/P [1,100,50,4]