I have two question, acually:
This worked for me:
[String]::Join(",", $arraylist.ToArray())
I got 1,2.
1,2
And then the second part:
foreach($number in $arraylist) { $number.ToString() }