junky is right, change your holding array to int [] holdingArray = new int[4];
then your transfer line should look like holdingArray[i]=poolArray[i][1];
that way your taking a single int from the...